Fix running `cargo test` from the project root
authorAlex Crichton <alex@alexcrichton.com>
Mon, 13 Jul 2015 19:13:37 +0000 (12:13 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 17 Jul 2015 19:55:04 +0000 (12:55 -0700)
commit4b69b3bc29f0de467dd05b35c3bbf92a3e71ddf8
treec23c218ab1ee5fffb2aa5930218aaedb08437248
parent19232413869f17e3b12e93663c955d83fde76977
Fix running `cargo test` from the project root

Previously the `cit` folder was placed in the root directory but this adds logic
to ensure it stays within the `target` subdirectory.
tests/support/paths.rs